home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
PHPWebAdmin
/
theme
/
default
/
distributionlists.tpl
< prev
next >
Wrap
Text File
|
2005-04-05
|
2KB
|
37 lines
<br/>
<h1>{translate}distribution_lists{/translate} - {$domain->Name}</h1>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr class="listheader">
<td class="listheader">{translate}address{/translate}</td>
<td class="listheader">{translate}active{/translate}</td>
<td class="listheader">{translate}recipients{/translate}</td>
<td class="listheader" align="right">{translate}functions{/translate}</td>
</tr>
{section name=accounts loop=$records}
{if $smarty.section.accounts.index is even}
<tr class="listevenrow">
{else}
<tr class="listoddrow">
{/if}
<td><a href="index.php?page=distributionlists_edit&DistributionlistID={$records[accounts]->ID}&DomainID={$domain->ID}">{$records[accounts]->Address}</a></td>
<td>{if $records[accounts]->Active}{translate}yes{/translate}{else}{translate}no{/translate}{/if}</td>
<td>{$records_info[$smarty.section.accounts.index].dlist_cnt}</td>
<td align="right">
<a href="index.php?page=distributionlists_recipients&DistributionlistID={$records[accounts]->ID}&DomainID={$domain->ID}">{translate}recipients{/translate}</a> |
<a href="index.php?page=distributionlists_edit&DistributionlistID={$records[accounts]->ID}&DomainID={$domain->ID}">{translate}edit{/translate}</a> |
<a href="index.php?page=distributionlists_delete&DistributionlistID={$records[accounts]->ID}&DomainID={$domain->ID}">{translate}delete{/translate}</a>
</td>
</tr>
{/section}
<tr>
<td colspan="4" class="footerline"> </td>
</tr>
<tr>
<td colspan="4" align="right"><a href="index.php?page=distributionlists_add&function=add&DomainID={$domain->ID}">{translate}add_distribution_list{/translate}</a></td>
</tr>
</table>